Hi, I have a Word file with <strong>C</strong>ontent <strong>C</strong>ontrol (<strong>C</strong>he<strong>C</strong>kbox) when I <strong>C</strong>onvert the Word file to PDF using ASPOSE Word 20.2 some <strong>C</strong>he<strong>C</strong>kbox gets <strong>C</strong>he<strong>C</strong>ked (has ‘X’ within) and the <strong>C</strong>he<strong>C</strong>kbox <strong>C</strong>an’t be <strong>C</strong>hanged afterward. We are using a li…...Document doc = new Document(@"C:\Temp\in.docx"); PdfSaveOptions...PreserveFormFields = true; doc.Save(@"C:\Temp\out.pdf", opt); out.pdf...